home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / adpipeax / vcsample.aps / Menus / 128.rc next >
Encoding:
Text File  |  1999-05-04  |  477 b   |  25 lines

  1. 128 MENU
  2. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  3. {
  4.  POPUP "&File"
  5.  {
  6.   MENUITEM "&New\tCtrl+N", 57600
  7.   MENUITEM "&Open...\tCtrl+O", 57601
  8.   MENUITEM SEPARATOR
  9.   MENUITEM "P&rint Setup...", 57606
  10.   MENUITEM SEPARATOR
  11.   MENUITEM "Recent File", 57616, GRAYED
  12.   MENUITEM SEPARATOR
  13.   MENUITEM "E&xit", 57665
  14.  }
  15.  POPUP "&View"
  16.  {
  17.   MENUITEM "&Toolbar", 59392
  18.   MENUITEM "&Status Bar", 59393
  19.  }
  20.  POPUP "&Help"
  21.  {
  22.   MENUITEM "&About VCsample...", 57664
  23.  }
  24. }
  25.